projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
250495a
)
* url-mailto.el (url-mailto): Insert body after
author
Chong Yidong
<cyd@stupidchicken.com>
Tue, 29 May 2007 15:29:58 +0000
(15:29 +0000)
committer
Chong Yidong
<cyd@stupidchicken.com>
Tue, 29 May 2007 15:29:58 +0000
(15:29 +0000)
mail-header-separator if present, so that is is before signature.
Suggested by Leo Liu <sdl.web@gmail.com>.
lisp/url/ChangeLog
patch
|
blob
|
history
diff --git
a/lisp/url/ChangeLog
b/lisp/url/ChangeLog
index 8c53d49fdd159fba124ee9512f4159b0834ee966..364f1bb882a1b0bdedf634b20faa43034b095eb9 100644
(file)
--- a/
lisp/url/ChangeLog
+++ b/
lisp/url/ChangeLog
@@
-1,3
+1,9
@@
+2007-05-29 Chong Yidong <cyd@stupidchicken.com>
+
+ * url-mailto.el (url-mailto): Insert body after
+ mail-header-separator if present, so that is is before signature.
+ Suggested by Leo <sdl.web@gmail.com>.
+
2007-04-15 Chong Yidong <cyd@stupidchicken.com>
* url-parse.el (url-generic-parse-url): Revert 2006-10-09 changes.